www.gusucode.com > 3DFLASH相册CMS系统 2.0源码程序 > 3DGalleryCMS_2.0/3D Wall Media Gallery + CMS, Youtube, Deeplinking/cmsversion/deploy/uploadthumb.php

    <?php

$filename = $_FILES['Filedata']['name'];	


// Place file on server, into the images folder
move_uploaded_file($_FILES['Filedata']['tmp_name'], "thumbs/".$filename);



?>